explicit transactions造句
例句與造句
- Use explicit transactions in my application
在我的應(yīng)用程序中使用顯式事務(wù) - Implementing an explicit transaction using committabletransaction
>使用可提交事務(wù)實(shí)現(xiàn)顯式事務(wù) - Explicit transaction check failure
顯式事務(wù)檢查失敗。 - For database explicit transaction
顯式事務(wù) - This is true whether the statement firing the trigger is in an implicit or explicit transaction
不管激發(fā)觸發(fā)器的語句在隱式事務(wù)中還是顯式事務(wù)中,都會(huì)這樣。 - It's difficult to find explicit transactions in a sentence. 用explicit transactions造句挺難的
- The following example performs an explicit transaction consisting of two separate commands in the
以下示例執(zhí)行顯式事務(wù),該事務(wù)由try塊中兩個(gè)獨(dú)立的命令組成。 - The truth is that this code line starts an explicit transaction for the connection to the db2 database which is committed by
而事實(shí)卻是該行代碼啟動(dòng)了一個(gè)顯式事務(wù),用于連接到由 - If you use stored procedures to configure or maintain an oracle publisher , do not put the procedures inside an explicit transaction
如果使用存儲(chǔ)過程來配置或維護(hù)oracle發(fā)布服務(wù)器,請不要將存儲(chǔ)過程放到顯式事務(wù)中。 - If you use replication stored procedures to configure or maintain an oracle publisher , do not wrap the procedures in an explicit transaction
如果用復(fù)制存儲(chǔ)過程來配置或維護(hù)oracle發(fā)布服務(wù)器,請不要在顯式事務(wù)中轉(zhuǎn)換這些過程。 - Xact abort must be set on for data modification statements in an implicit or explicit transaction against most ole db providers , including sql server
對于大多數(shù)ole db提供程序(包括sql server ) ,必須將隱式或顯示事務(wù)中的數(shù)據(jù)修改語句中的xact _ abort設(shè)置為on 。 - Because you control these steps in the process manually , internal transactions can be thought of as manual or explicit transactions , whereas external transactions are automatic or implicit
由于您手動(dòng)控制進(jìn)程中這些步驟,因此可以將內(nèi)部事務(wù)視為手動(dòng)或顯式事務(wù),而將外部事務(wù)視為自動(dòng)或隱式事務(wù)。 - Under connections enabled to support multiple active result sets mars , an explicit transaction started through an api function cannot be committed while there are pending requests for execution
在為支持多個(gè)活動(dòng)的結(jié)果集( mars )而建立的連接中,只要還有待執(zhí)行的請求,就無法提交通過api函數(shù)啟動(dòng)的顯式事務(wù)。 - If you are working with a sql server database that makes extensive use of explicit transactions , you should consider writing them as stored procedures using the transact - sql begin transaction statement
如果使用的sql server數(shù)據(jù)庫廣泛使用顯式事務(wù),應(yīng)考慮使用transact - sql begin transaction語句以存儲(chǔ)過程的形式編寫這些事務(wù)。